projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1592141
)
Fix up last commit
author
Alexander Larsson
<alexl@redhat.com>
Tue, 8 Dec 2009 11:28:44 +0000
(12:28 +0100)
committer
Alexander Larsson
<alexl@redhat.com>
Tue, 8 Dec 2009 11:28:44 +0000
(12:28 +0100)
gdk/gdkwindow.c
patch
|
blob
|
history
diff --git
a/gdk/gdkwindow.c
b/gdk/gdkwindow.c
index b8055e9ee0fd8b0574207c624d88c11adeea3c0e..04048517633913c4d710e56f2512ce91b4dcfff7 100644
(file)
--- a/
gdk/gdkwindow.c
+++ b/
gdk/gdkwindow.c
@@
-1900,7
+1900,7
@@
gdk_window_ensure_native (GdkWindow *window)
impl_iface->show (window, FALSE);
if (disabled_extension_events)
-
temporary_
enable_extension_events (private);
+
re
enable_extension_events (private);
return TRUE;
}